home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / AVIATHER / WXRDR30.LZH / GTWX_SCR.ARC / WEATHER.SCR
Text File  |  1988-01-23  |  967b  |  35 lines

  1.  
  2.  
  3. NOTE:THIS FILE IS TO BE USED WITH WEATHER BANK AND GTPOWERCOMM
  4. WEATHER BANKS NUMBER IS ON THE WX PROGRAM FILES
  5.  
  6. BEEP
  7. BEEP
  8. BEEP
  9. CLEAR
  10. EMULATE TRUE
  11. SEND "|"
  12. WAIT "+"
  13. SEND "                     |"
  14. WAIT "+"
  15. CAPTURE
  16. SEND "RADAR/L|"
  17. WAIT "+"
  18. REM I found out that with GT terminal, you must configure the path
  19. REM of the capture buffer to the diretory where you want the file
  20. REM Radar.Dat to go.  You must do this using the ALT-I and then go to
  21. REM the section for miscellanous set-up commands.  If you try to save
  22. REM the capture buffer to any other directory than the one in the set-up
  23. REM menu, you seem to get an error.
  24. CAPTURE RADAR.DAT
  25. REM The next line could say "SEND OFF|" if you want to log off the
  26. REM system but I like to have the option to stay on and look around
  27. REM for a few minutes. 
  28. SEND "|" 
  29. BEEP
  30. REM The purpose of the next line is to put the capture buffer back on
  31. REM so any data will be again captured.
  32. CAPTURE
  33.  
  34.  
  35.